home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001021_marca@wintermu….ncsa.uiuc.edu _Tue May 4 09:10:09 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <marca@wintermute.ncsa.uiuc.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA11830; Tue, 4 May 93 09:10:09 MET DST
  4. Received: from newton.ncsa.uiuc.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA26796; Tue, 4 May 1993 09:30:44 +0200
  6. Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA23814
  7.   (5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Tue, 4 May 93 02:30:40 -0500
  8. Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
  9.     for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA03541; Tue, 4 May 93 02:33:02 -0500
  10. Date: Tue, 4 May 93 02:33:02 -0500
  11. From: marca@ncsa.uiuc.edu (Marc Andreessen)
  12. Message-Id: <9305040733.AA03541@wintermute.ncsa.uiuc.edu>
  13. To: pflynn@curia.ucc.ie (Peter Flynn)
  14. Cc: www-talk@nxoc01.cern.ch
  15. Subject: Re: support for setext, the structure-enhanced text format, in WWW
  16. In-Reply-To: <9305031003.AA05900@curia.ucc.ie>
  17. References: <9305031003.AA05900@curia.ucc.ie>
  18. X-Md4-Signature: b1782bfca1d5e54f8cc8633c8b8b16df
  19.  
  20. The upshot of this is that this is the same problem I sent mail to
  21. www-talk about a few days ago.  Many news servers do not honor the RFC
  22. 977 (NNTP protocol spec) requirement to support fetching articles by
  23. article ID -- they only allow fetching by group and message number.
  24.  
  25. This is a big, big problem.  There really aren't any answers, except
  26. to have one's news admin switch to a working NNTP server (I'm not sure
  27. which versions of what are working and broken, only that some servers
  28. work and some don't).  URL's aren't currently designed to reference
  29. articles by group and number, and as Tim pointed out this isn't really
  30. feasible, since message number is a very transient property.
  31.  
  32. If anybody has any other ideas, please post them to the list....
  33.  
  34. Cheers,
  35. Marc
  36.  
  37.  
  38. Peter Flynn writes:
  39. > I have found a problem in retrieving news thru both www (linemode)
  40. > and xmosaic. Both correctly pick up my news server name, and if I
  41. > follow the links from `By Type' thru `Network News' to a specific
  42. > group, both programs correctly list the articles, but cannot access
  43. > the article texts, giving me instead the message `Connecting to
  44. > NewsHost ...' and then coming back with `Back, Quit or Help:'
  45. > It is clear that both programs are expecting articles to be stored
  46. > in files with names set to the message-id. I have never encountered
  47. > a system which does this, and my own server runs plain vanilla nntp
  48. > and Cnews, which puts articles in files whose names are the article
  49. > numbers (sequential, 1+).
  50. > As the www server is capable of finding the directory (and is
  51. > presumably grepping for 'Subject:' and piping the results back into
  52. > HTML---or is it actually opening each file in turn?) could not a
  53. > simple addition to the code see if the files are named (=message-ID)
  54. > or numbered (=message-number) and act accordingly?
  55. > If this is not possible, where do I find a news system which stores
  56. > articles under message-ID filenames instead?
  57.